runtime.heapStatsDelta.inWorkBufs (field)

9 uses

	runtime (current package)
		metrics.go#L179: 					in.heapStats.inStacks - in.heapStats.inWorkBufs -
		metrics.go#L243: 				out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
		mheap.go#L1302: 		atomic.Xaddint64(&stats.inWorkBufs, int64(nbytes))
		mheap.go#L1506: 		atomic.Xaddint64(&stats.inWorkBufs, -int64(nbytes))
		mstats.go#L598: 	memstats.gcWorkBufInUse = uint64(consStats.inWorkBufs)
		mstats.go#L627: 	consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
		mstats.go#L702: 	inWorkBufs      int64 // byte delta of memory reserved for work bufs
		mstats.go#L725: 	a.inWorkBufs += b.inWorkBufs